Intersoft ClientUI Documentation
DelegateCommand<T> Class
Members 



Type of the parameter passed to the delegates
Defines a command that implements ICommand which passes CanExecute and Executed as delegated method. The DelegateCommand is commonly used in M-V-VM pattern application development.
Syntax
Public Class DelegateCommand(Of T) 
Dim instance As DelegateCommand(Of T)
public class DelegateCommand<T> 
generic<typename T>
public ref class DelegateCommand 
Type Parameters
T
Type of the parameter passed to the delegates
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.Input.DelegateCommand<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DelegateCommand<T> Members
Intersoft.Client.Framework.Input Namespace

Send Feedback